F5F Stay Refreshed Software Operating Systems I make mistakes, but I can help you with your /home folder.

I make mistakes, but I can help you with your /home folder.

I make mistakes, but I can help you with your /home folder.

S
StoormBack
Member
135
07-24-2016, 03:34 AM
#1
Rescue file from directory edward78 using rsync
S
StoormBack
07-24-2016, 03:34 AM #1

Rescue file from directory edward78 using rsync

_
_ErikThePanda_
Posting Freak
807
07-29-2016, 08:35 AM
#2
Choose the -r or -a option to duplicate all files and folders (full backup). This guide covers different flags here: https://linuxhint.com/rsync-directory/ Top: I like timeshift with a GUI for rsync
_
_ErikThePanda_
07-29-2016, 08:35 AM #2

Choose the -r or -a option to duplicate all files and folders (full backup). This guide covers different flags here: https://linuxhint.com/rsync-directory/ Top: I like timeshift with a GUI for rsync

F
fuhqing
Member
180
07-30-2016, 03:04 AM
#3
It's been a while since I configured rsync for this task. I only have a cron job handling nightly backups that I haven't modified recently, so the syntax isn't familiar to me. Nonetheless, adjusting my command and trying the version you provided should work.
F
fuhqing
07-30-2016, 03:04 AM #3

It's been a while since I configured rsync for this task. I only have a cron job handling nightly backups that I haven't modified recently, so the syntax isn't familiar to me. Nonetheless, adjusting my command and trying the version you provided should work.

E
EmeraldPvP_MC
Member
139
07-31-2016, 09:02 AM
#4
This command will navigate to the specified directory and skip any files within it.
E
EmeraldPvP_MC
07-31-2016, 09:02 AM #4

This command will navigate to the specified directory and skip any files within it.

A
ausimus
Member
68
08-01-2016, 03:41 PM
#5
Use rsync with -r for deep copying and archive features. Refer to man rsync for details.
A
ausimus
08-01-2016, 03:41 PM #5

Use rsync with -r for deep copying and archive features. Refer to man rsync for details.