Skip to content

Commit 4e4148a

Browse files
authored
Merge pull request #210 from github/dhadka/exclude-tmp
Exclude the tmp folder from backups
2 parents 20ed862 + 7be51d7 commit 4e4148a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-actions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ghe_verbose "* Transferring Actions files from $host ..."
4242
ghe-rsync -avz \
4343
-e "ghe-ssh -p $port" \
4444
--rsync-path='sudo -u actions rsync' \
45-
--exclude "mutexes" --exclude "dumps" \
45+
--exclude "mutexes" --exclude "dumps" --exclude "tmp" \
4646
$link_dest \
4747
"$host:$GHE_REMOTE_DATA_USER_DIR/actions/" \
4848
"$GHE_SNAPSHOT_DIR/actions" 1>&3

0 commit comments

Comments
 (0)