Recovering files deleted by rsync

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I entered the command
rsync -rltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /your/dir/
with /your/dir/ as my home directory, which resulted in all of my files being deleted and replaced with the contents of the gnu server. Can someone explain what exactly the command does, and just how grim my prospects for file recovery are?
rsync data-recovery deleted-files
add a comment |Â
up vote
1
down vote
favorite
I entered the command
rsync -rltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /your/dir/
with /your/dir/ as my home directory, which resulted in all of my files being deleted and replaced with the contents of the gnu server. Can someone explain what exactly the command does, and just how grim my prospects for file recovery are?
rsync data-recovery deleted-files
4
--delete-excludedwill delete any files not explicitly included or found in the source location. Your prospects for recovery likely lie within an analysis of your backup regimen.
â DopeGhoti
Oct 16 '17 at 16:05
or, possibly, filesystem or data recovery tools for what data can be salvaged probably without filenames, but backups are a lot better to have
â thrig
Oct 16 '17 at 16:23
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I entered the command
rsync -rltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /your/dir/
with /your/dir/ as my home directory, which resulted in all of my files being deleted and replaced with the contents of the gnu server. Can someone explain what exactly the command does, and just how grim my prospects for file recovery are?
rsync data-recovery deleted-files
I entered the command
rsync -rltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /your/dir/
with /your/dir/ as my home directory, which resulted in all of my files being deleted and replaced with the contents of the gnu server. Can someone explain what exactly the command does, and just how grim my prospects for file recovery are?
rsync data-recovery deleted-files
edited Oct 16 '17 at 16:14
Jeff Schaller
32.1k849109
32.1k849109
asked Oct 16 '17 at 16:04
Claire
61
61
4
--delete-excludedwill delete any files not explicitly included or found in the source location. Your prospects for recovery likely lie within an analysis of your backup regimen.
â DopeGhoti
Oct 16 '17 at 16:05
or, possibly, filesystem or data recovery tools for what data can be salvaged probably without filenames, but backups are a lot better to have
â thrig
Oct 16 '17 at 16:23
add a comment |Â
4
--delete-excludedwill delete any files not explicitly included or found in the source location. Your prospects for recovery likely lie within an analysis of your backup regimen.
â DopeGhoti
Oct 16 '17 at 16:05
or, possibly, filesystem or data recovery tools for what data can be salvaged probably without filenames, but backups are a lot better to have
â thrig
Oct 16 '17 at 16:23
4
4
--delete-excluded will delete any files not explicitly included or found in the source location. Your prospects for recovery likely lie within an analysis of your backup regimen.â DopeGhoti
Oct 16 '17 at 16:05
--delete-excluded will delete any files not explicitly included or found in the source location. Your prospects for recovery likely lie within an analysis of your backup regimen.â DopeGhoti
Oct 16 '17 at 16:05
or, possibly, filesystem or data recovery tools for what data can be salvaged probably without filenames, but backups are a lot better to have
â thrig
Oct 16 '17 at 16:23
or, possibly, filesystem or data recovery tools for what data can be salvaged probably without filenames, but backups are a lot better to have
â thrig
Oct 16 '17 at 16:23
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');
);
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%2funix.stackexchange.com%2fquestions%2f398450%2frecovering-files-deleted-by-rsync%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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');
);
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');
);
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
4
--delete-excludedwill delete any files not explicitly included or found in the source location. Your prospects for recovery likely lie within an analysis of your backup regimen.â DopeGhoti
Oct 16 '17 at 16:05
or, possibly, filesystem or data recovery tools for what data can be salvaged probably without filenames, but backups are a lot better to have
â thrig
Oct 16 '17 at 16:23