Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

destination out of space #265

Open
bellante opened this issue Jan 7, 2024 · 2 comments
Open

destination out of space #265

bellante opened this issue Jan 7, 2024 · 2 comments

Comments

@bellante
Copy link

bellante commented Jan 7, 2024

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.

@calamarim
Copy link

calamarim commented Feb 12, 2024 via email

@PierreBarrat
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants