Closed RileyMarquis3 closed 1 year 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.
Filename assignment code now works, except for the missing incremental filename functionality...closing and assigning a new ticket for that.
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.