issues with rsync -aiv --delete --dry-run source-folder destination-folder

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
so I cloned a folder into another disk (formatted as ext4) and it completed successfully.
rsync -aiv --delete source-folder destination-folder
My issue is that if I ran the command above but with --dry-run as an additional parameter, I expect that no files/folders will show up. But all the files and folders shows up again.
Any ideas what I could be doing wrong?
I'm running rsync 3.1.1.
Thanks!
rsync
add a comment |Â
up vote
0
down vote
favorite
so I cloned a folder into another disk (formatted as ext4) and it completed successfully.
rsync -aiv --delete source-folder destination-folder
My issue is that if I ran the command above but with --dry-run as an additional parameter, I expect that no files/folders will show up. But all the files and folders shows up again.
Any ideas what I could be doing wrong?
I'm running rsync 3.1.1.
Thanks!
rsync
Make sure that there are no name changes in the various folders!
â George Udosen
Apr 22 at 15:30
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
so I cloned a folder into another disk (formatted as ext4) and it completed successfully.
rsync -aiv --delete source-folder destination-folder
My issue is that if I ran the command above but with --dry-run as an additional parameter, I expect that no files/folders will show up. But all the files and folders shows up again.
Any ideas what I could be doing wrong?
I'm running rsync 3.1.1.
Thanks!
rsync
so I cloned a folder into another disk (formatted as ext4) and it completed successfully.
rsync -aiv --delete source-folder destination-folder
My issue is that if I ran the command above but with --dry-run as an additional parameter, I expect that no files/folders will show up. But all the files and folders shows up again.
Any ideas what I could be doing wrong?
I'm running rsync 3.1.1.
Thanks!
rsync
asked Apr 22 at 13:04
mrjayviper
4752623
4752623
Make sure that there are no name changes in the various folders!
â George Udosen
Apr 22 at 15:30
add a comment |Â
Make sure that there are no name changes in the various folders!
â George Udosen
Apr 22 at 15:30
Make sure that there are no name changes in the various folders!
â George Udosen
Apr 22 at 15:30
Make sure that there are no name changes in the various folders!
â George Udosen
Apr 22 at 15:30
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027196%2fissues-with-rsync-aiv-delete-dry-run-source-folder-destination-folder%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Make sure that there are no name changes in the various folders!
â George Udosen
Apr 22 at 15:30