bledd Posted April 22, 2006 Posted April 22, 2006 oki'm making something that i DON'T want to create incremental backupsi want it to create backups named..backup1.7zthen next day create..backup2.7z...so if backup#.7z exists, create backup#+1.7z insteadcan anyone help me here?
ripken204 Posted April 22, 2006 Posted April 22, 2006 well u could make a program that will always be running, it will be stuck in an infinite loop where once a day it will make a backup and then a variable will be set to add 1 to itself.
spazmire11 Posted April 22, 2006 Posted April 22, 2006 there is a date variable, %date%.while not 1,2,3-ect i feel thats more of a detail and easy to use
bledd Posted April 22, 2006 Author Posted April 22, 2006 atm i have an if exist, then rename to #+1 but i'm wondering if 7z has a built in function
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now