Current time: 04-17-2024, 04:03 AM Hello There, Guest! (LoginRegister)


Post Reply 
multiple backups
Author Message
tjonger Offline
Junior Member
*

Posts: 11
Joined: Apr 2011
Reputation: 0
Post: #1
multiple backups
How can i set multiple backups for eatch singel user?

like this:
day1 = Backup A
day2 = backup B
day3 = Backup A Overwrite
day4 = Backup B Overwrite
day5 = Backup A Overwrite
day6 = Backup B Overwrite
etc.
05-08-2011 09:57 AM
Find all posts by this user Quote this message in a reply
avispa987 Offline
Junior Member
*****
Dev Team

Posts: 70
Joined: Oct 2007
Reputation: 0
Post: #2
RE: multiple backups
i think its not so easy to tell... you should modify the backup software... but you can do backups every two days.. for example.. just modifying the cron tab... (i think)
05-08-2011 10:33 AM
Find all posts by this user Quote this message in a reply
tjonger Offline
Junior Member
*

Posts: 11
Joined: Apr 2011
Reputation: 0
Post: #3
RE: multiple backups
Oke, so if i run this command to view all crontabs of all users, he said that there are no crontabs set.
So were can i change the backups cron jobs?
Code:
for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done

Output:
Code:
root
no crontab for root
bin
no crontab for bin
daemon
no crontab for daemon
adm
no crontab for adm
lp
no crontab for lp
sync
no crontab for sync
shutdown
no crontab for shutdown
halt
no crontab for halt
mail
no crontab for mail
news
no crontab for news
uucp
no crontab for uucp
operator
no crontab for operator
games
no crontab for games
gopher
no crontab for gopher
ftp
no crontab for ftp
nobody
no crontab for nobody
nscd
no crontab for nscd
vcsa
no crontab for vcsa
rpc
no crontab for rpc
mailnull
no crontab for mailnull
smmsp
no crontab for smmsp
pcap
no crontab for pcap
ntp
no crontab for ntp
dbus
no crontab for dbus
avahi
no crontab for avahi
sshd
no crontab for sshd
rpcuser
no crontab for rpcuser
nfsnobody
no crontab for nfsnobody
haldaemon
no crontab for haldaemon
avahi-autoipd
no crontab for avahi-autoipd
distcache
no crontab for distcache
apache
no crontab for apache
webalizer
no crontab for webalizer
squid
no crontab for squid
mysql
no crontab for mysql
named
no crontab for named
xfs
no crontab for xfs
sabayon
no crontab for sabayon
oprofile
no crontab for oprofile
dovecot
no crontab for dovecot
clam
no crontab for clam
amavis
no crontab for amavis
postfix
no crontab for postfix
postgrey
no crontab for postgrey
polw
no crontab for polw
courier
no crontab for courier
vmail
no crontab for vmail
vu2000
no crontab for vu2000
vu2001
no crontab for vu2001
vu2002
no crontab for vu2002
vu2003
no crontab for vu2003
vu2004
no crontab for vu2004
(This post was last modified: 05-09-2011 04:41 PM by tjonger.)
05-08-2011 10:46 AM
Find all posts by this user Quote this message in a reply
tjonger Offline
Junior Member
*

Posts: 11
Joined: Apr 2011
Reputation: 0
Post: #4
RE: multiple backups
anybody?
05-10-2011 01:38 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)