laurent22 / rsync-time-backup

Time Machine style backup with rsync.
3.36k stars 443 forks source link

destination out of space #265

Open bellante opened 7 months ago

bellante commented 7 months ago

Hi, I use it to backup whole server to another, script launched by cron every day at 2am. I m forcing ipv4 and also using an exclude list. rsync_tmbackup.sh --rsync-append-flags "-4" // user@server.destinati.on:/backup-dir exclude.list Everything works great for a few days, but when I'm using up all the space on the partition where the destination directory is, it fills up to 100% and in the logs I only find an rsync I/O error. I would expect some old backups to be automatically deleted instead, but this doesn't happen.

calamarim commented 6 months ago

Also for me standard backup, with all default and no special parameters, start to fail when destination fills up.

The software looks unable to delete old stuff to make space for the new.

HTH.   Marco

On dom, 2024-01-07 at 07:12 -0800, Giancarlo Bellante wrote:

Hi, I use it to backup whole server to another, script launched by cron every day at 2am. I m forcing ipv4 and also using an exclude list. rsync_tmbackup.sh --rsync-append-flags "-4" // @.:/backup-dir exclude.list Everything works great for a few days, but when I'm using up all the space on the partition where the destination directory is, it fills up to 100% and in the logs I only find an rsync I/O error. I would expect some old backups to be automatically deleted instead, but this doesn't happen. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

PierreBarrat commented 5 months ago

I believe I have the same issue rsync: [receiver] write failed on "some_file_name": No space left on device (28) Pierre