Tagged Questions
1
vote
2answers
27 views
Incremental backup with hard links for multiple folders
Can anyone refer me to a simple backup script or program, that will backup in the following way:
Incremental
Rotation of X backups
Backup to a mounted drive (no need for remote connections)
Multiple ...
2
votes
2answers
111 views
`cp -al` snapshot whose hard links get directed to a new file when edited
I am trying to take snapshots of a massive folder regularly.
I have read here: http://www.mikerubel.org/computers/rsync_snapshots/#Incremental
that cp -al takes a snapshot of a folder by simply ...
0
votes
1answer
200 views
Hardlinks in Dropbox not updated
I want to create a backup of a single .tex file. I created the hard link to the file (which is not in Dropbox directory, lets say it is A) inside Dropbox directory. I did this so because I do not want ...