Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

incremental backup 7zip

# create the difference step into the past (add a  before the ! in bash)
7z u {base archive.7z} {folder to archive} -mx=9 -u- -up1q1r3x1y1z0w1!{decrement.7z}

# update the Archive to the latest files
7z u {base archive.7z} {folder to archive} -mx=9 -up0q0x2
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #incremental #backup
ADD COMMENT
Topic
Name
2+4 =