You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" // [email protected]:/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.
The text was updated successfully, but these errors were encountered:
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:
***@***.***>
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" // [email protected]:/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.
The text was updated successfully, but these errors were encountered: