tcsresearch / TarMonster-beta

An experimental backup script utilizing tar, gzip, & bzip2. WIP.
2 stars 0 forks source link

Filename assignment code doesn't work. #1

Closed RileyMarquis3 closed 1 year ago

RileyMarquis3 commented 2 years ago

The program is supposed to use the current date to helpfully name the backup files. Example: It is July 1, 2022. Filename should be $backup-20220701-1.tar, where $backup is the name of the folder being backed up.

RileyMarquis3 commented 1 year ago

Filename assignment code now works, except for the missing incremental filename functionality...closing and assigning a new ticket for that.