8

The system is ubuntu server 12.04.

I am using rSnapshot to back up the system.

I now want to restore everything in the home folder.

I am restoring from an external HDD: /media/backup/backup_disk_2/server3/hourly.0/localhost/home

What's the restore command?

vxd
  • 271

1 Answers1

8

I don't think there is a way to do it with rsnapshot.

From my research it seems like people just copy and paste the file back into the directory.

rsync -av /source /destination

vxd
  • 271