we want to have a copy with hardlinks of the most recent backup in the directory of the upcoming backup so we can selectively overwrite changed files when doing the sync
What happens if we don't do it (aka Why is it important)?
we cannot have incremental backups
Definition of Ready
[ ] #11
[ ] #12
Key Tasks
[ ] compose a shell command like cp -al <old bu> <new bu>
[ ] execute this command
Acceptance Criteria
[ ] when we call this command, a hardlink-copy of the most recent backup is created inside the dir for the new backup
Description
we want to have a copy with hardlinks of the most recent backup in the directory of the upcoming backup so we can selectively overwrite changed files when doing the sync
What happens if we don't do it (aka Why is it important)?
we cannot have incremental backups
Definition of Ready
Key Tasks
cp -al <old bu> <new bu>
Acceptance Criteria