Atumatic copy/backup of dir/files from on sata1to sata2?

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

Atumatic copy/backup of dir/files from on sata1to sata2?

Postby kbaggen » Sat Apr 18, 2015 11:01 am

Hi there,
wich to make a backup of some of my files stored on 500 GB sata1 on my Segate Goflex net to 320GB sata2, so what program should I use?

Would love some hit here!
kbaggen
 
Posts: 25
Joined: Sat Apr 11, 2015 7:13 am

Re: Atumatic copy/backup of dir/files from on sata1to sata2?

Postby jeajea » Sat Jun 27, 2015 12:59 pm

Rsync to copy the files and cron to schedule it.
Rsync has options to copy only files that are newer than the target.
Jim Anderson
3 Dockstars, 3 Pogoplug V2 and a Zyxel NSA325
Treasure Island, Fl
jeajea
 
Posts: 121
Joined: Wed Aug 25, 2010 4:00 pm

Re: Atumatic copy/backup of dir/files from on sata1to sata2?

Postby gregbert » Sat Jun 27, 2015 11:12 pm

agreed rsync is the best.

rsync -avP /mnt/sata1 /mnt/sata2 --delete --progress

you can also get more sophisticated and have it do incremental backups for each day, using hardlinks for files that have not changed, so it uses the minimum space.

--delete will delete files on sata2 that no longer exist on sata1
gregbert
 
Posts: 37
Joined: Sat Mar 17, 2012 4:03 pm


Return to ARMv5

Who is online

Users browsing this forum: No registered users and 29 guests