https://github.com/artyom/backup-makefile
Just `make backup`! Makefile capable of incremental backup using omnipotent rsync
https://github.com/artyom/backup-makefile
Last synced: 3 months ago
JSON representation
Just `make backup`! Makefile capable of incremental backup using omnipotent rsync
- Host: GitHub
- URL: https://github.com/artyom/backup-makefile
- Owner: artyom
- Created: 2009-04-05T14:16:43.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-04-05T14:25:35.000Z (about 17 years ago)
- Last Synced: 2025-03-04T03:43:02.358Z (over 1 year ago)
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
backup makefile
===============
I use this Makefile for about a year for backing up my homedir to external usb
drive weekly. It creates separate folder for each date's backup, like
`backup-YYYY-MM-DD`, hardlinking unchanged files from previous copy, thus only
changed files use extra space on each run.
Feel free to use/modify it. rsync 3 is suggested.