adamfeuer / rotate-backups

Rotate Backups - keep hourly, daily, and weekly backups
Other
82 stars 25 forks source link

Backups Piling Up In Hourly Folder #6

Open jalandoak opened 11 years ago

jalandoak commented 11 years ago

I'm running the script as a cron job.

Running it from the CLI as: ./rotate-backups.py > /dev/null

Produces: Traceback (most recent call last): File "./rotate-backups.py", line 335, in account.rotate_hourlies() File "./rotate-backups.py", line 223, in rotate_hourlies hourly.remove() File "./rotate-backups.py", line 284, in remove os.remove(self.path_to_file) OSError: [Errno 21] Is a directory: '/home/minecraft/mcbackup/worldarchives/world/hourly/world-2013-04-03-1900.tar.bz2'

Ubuntu Server 12.04

Jeff

fhlongwong commented 11 years ago

same problem for me. I just sent a similar error output to Adam

dmr commented 9 years ago

Is this issue resolved?

jalandoak commented 9 years ago

I never got it to work. And I'm not running a server anymore, so I can't give any other suggestions. Sorry.

dmr commented 9 years ago

@adamfeuer Close this?