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

Backup #4

Open
mmojadad opened this issue Feb 25, 2022 · 1 comment
Open

Backup #4

mmojadad opened this issue Feb 25, 2022 · 1 comment

Comments

@mmojadad
Copy link

Is it possible just one latest backup keep on Google Drive and automatically the old ones remove?

@vncloudsco
Copy link
Owner

vncloudsco commented Mar 21, 2022

Currently it will keep the last 30 backups, you can change the number of them.
edit here:

rclonebackup/CWP/rclone.sh

Lines 112 to 115 in 7f483a8

for i in $VNC_RCLONE_REMOTE
do
rclone -q --min-age 30d delete "$i:$SERVER_NAME"
echo "done remote $i"

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

2 participants