Ticker

6/recent/ticker-posts

Backup in linux with rsync, uses basic and examples




Install rsync ubuntu and debian.

# apt-get install rysync



Backup  only changes news in files.

# rsync -rvuc /origin  /destiny



Backup  only changes news in files  and delete files that they not are destiny, note: use with warning.


# rsync -rvuc --delete /origin  /destiny
Reacciones:

Post a Comment

0 Comments